翻訳と辞書
Words near each other
・ Contextualization (sociolinguistics)
・ Conthey
・ Conthey (district)
・ Contheyla
・ Conthil
・ Conti
・ Conti di Segni
・ Contia (snake)
・ Contic Cruises
・ Conticinio
・ Conticosta
・ Conticosta petilinus
・ Contienen
・ Contiez
・ Contig
Contig (defragmentation utility)
・ Contiger
・ Contigliano
・ Contigny
・ Contigné
・ Contigo
・ Contigo (La Mafia album)
・ Contigo Donde Estés
・ Contigo en la Distancia
・ Contigo hasta el final
・ Contigo Quiero Estar
・ Contigo y aquí
・ ContiGroup Companies
・ Contiguglia
・ Contiguity


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Contig (defragmentation utility) : ウィキペディア英語版
Contig (defragmentation utility)

Contig is a command line defragmentation utility for Windows currently owned by Microsoft subsidiary SysInternals.
== Operation ==
Contig is designed to defragment individual files,〔Windows NT Magazine column, "Inside the Object Manager" (October 1997 )〕 or specified groups of files, and does not attempt to move files to the beginning of the partition. Unlike the Windows built-in defragmenter tool, Contig can defragment individual files, individual directories, and subsets of the file system using wildcards.
Contig does not move any data except that belonging to the file in the question, so the amount it can defragment a file is limited to the largest contiguous block of free space on a system. Use of contig exchanges decreased file fragmentation for increased free space fragmentation.
Combined usage of the -s parameter and the wildcard symbol
* allows whole directories and drives to be defragmented: for example,
contig -s C:\
*

will defrag all the files on hard drive C. The -s parameters means to browse directories recursively.
Directories, for example, can be defragmented with the following command. This will help speed up accessing files in a directory with many hundreds or thousands of files.〔Documentation on TechNet page〕
for /R /D %a in (
*.
*) do start /b contig -q "%a" > nul

Adding the -v parameter to the command runs contig in verbose mode.
For instance:
contig -v -s C:\
*

When the filesystem is NTFS, contig can also analyse and defragment the following files:
$mft, $LogFile, $Volume, $Attrdef, $Bitmap, $Boot, $BadClus, $Secure, $UpCase, $Extend

This feature is undocumented on Microsoft TechNet's site, but contig displays this information when run this way:
contig -v -s C:\

without the
* character after the drive name.
(At least this works when running contig from an external drive.)
For instance:
contig -v -s $mft

A small change to the Windows registry allows entire folders to be defragmented from Windows Explorer.〔 New unfragmented files with specified name and length can be created.
Derivative programs that use Contig include ''Power Defragmenter GUI'' and ''Multiple Applicator 6.8''. A related freeware product by the same author is PageDefrag.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Contig (defragmentation utility)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.